home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / dosquiz.zip / DOSQUIZ.DOC next >
Text File  |  1991-12-01  |  9KB  |  239 lines

  1.                              DOS QUIZ DOCUMENTATION
  2.  
  3.  
  4. 1.  What is DOS Quiz?
  5. 2.  Running DOS Quiz
  6. 3.  DOS Quiz Questions
  7. 4.  Registration Info
  8.  
  9.                                 WHAT IS DOS QUIZ?
  10.  
  11.      DOS Quiz is a quick and easy way to test anyone on their knowledge of both
  12. basic and advanced DOS commands.  The Quiz is completely taken on a DOS
  13. computer.  It takes the user through a series of 20 questions, asking the user
  14. to perform tasks in DOS.  Out of the 20 questions, 13 are categorized as Basic,
  15. and seven as Advanced.  
  16.  
  17.      At the end of the Quiz, a score screen is displayed, which shows a listing
  18. of all of the questions asked, what the main concept of the question was, and
  19. whether the user answered the question correctly or not.  The numbers and
  20. percentages of Total, Basic, and Advanced questions answered correctly is also
  21. shown on the score screen.
  22.  
  23.      DOS Quiz may be used to find out who in your office needs work on their DOS
  24. knowledge, or as a screen for new employees.  Though not designed to be a DOS
  25. tutor, as it does not cover options supported by many DOS commands and does not
  26. address concepts in, say, directory tree structure or filenames, it can be used
  27. to teach different ways of doing the same task.
  28.  
  29.  
  30.                                 RUNNING DOS QUIZ
  31.  
  32.      Running DOS Quiz is really quite simple - all you need to do is type
  33. DOSQUIZ at the DOS prompt and away you go.  The program is completely self-
  34. contained, so no outside files are needed.  The program is small, so it will run
  35. on nearly any DOS machine.  
  36.  
  37.      This implementation of DOS Quiz requires a color monitor.  Monochrome
  38. monitors that emulate color monitors (such as b/w VGA) will work fine.  The use
  39. of color in the program has been kept to a minimum to allow usage on a wide
  40. range of computers.  A true monochrome version is available to anyone who
  41. registers their copy of DOS Quiz.
  42.  
  43.      After typing in DOSQUIZ, an intro screen will appear.  After pressing any
  44. key as requested, the user will be prompted for his or her name and Social
  45. Security Number.  This is for score-sheet identification purposes.  The user is
  46. asked to verify his or her entry.  An instruction screen will then appear. 
  47. After reading the instructions and pressing any key, the quiz begins.
  48.  
  49.      After finishing 20 questions, the score screen will appear.  It may be
  50. printed if there is a printer hooked to the computer's default printer port and
  51. if <Shift>-<PrtScreen> is pressed.  After pressing any key on the score screen,
  52. the user will be asked if the quiz is to be taken again.  This is a Yes or No
  53. question.  If Yes, the screen will go back to the Name/SSN screen.  If No, then
  54. DOS Quiz will return control to DOS.
  55.  
  56.      If a user does not know the answer to a question, he or she can either
  57. guess or just press ENTER to skip answering.  DOS Quiz will mark the question as
  58. being incorrectly answered and move on.
  59.  
  60.                                DOS QUIZ QUESTIONS
  61.  
  62.      The following is a listing of all questions asked in DOS Quiz, and their
  63. correct responses.  Note that though the "correct" answers are all presented
  64. here in uppercase, all variations of upper and lower case are valid, as in DOS.
  65.  
  66. 1  Log onto a drive - Basic
  67.  
  68. The user is placed at an A> prompt.  The user is asked to log onto a hard drive
  69. installed as drive C.  The only correct answer is "C:".
  70.  
  71.  
  72. 2  Change the DOS Prompt - Advanced
  73.  
  74. The user is presented with a C> prompt and asked to make the DOS prompt a little
  75. more informative - force the prompt to show the current path and the greater-
  76. than sign.  The only correct answer is "PROMPT $P$G".
  77.  
  78.  
  79. 3  Show a directory listing - Basic
  80.  
  81. The user is shown a C:\> prompt and asked to type in the command that will show
  82. a listing of the files in the current directory.  Valid answers are: "DIR",
  83. "DIR \", "DIR *.*", and "DIR .".
  84.  
  85.  
  86. 4  Clear the screen - Basic
  87.  
  88. The user is presented with the output from the DIR command above and asked to
  89. clear the screen using a DOS command.  The only correct answer is "CLS".
  90.  
  91.  
  92. 5  Show/Set the system date - Basic
  93.  
  94. The user is asked to type in the DOS command that shows you the current system
  95. date.  The only correct answer is "DATE".  DOS Quiz will show the actual current
  96. system date, assuming it is correct.
  97.  
  98.  
  99. 6  Display the current DOS version - Advanced
  100.  
  101. The user is asked to type in the DOS command that will display the version of
  102. DOS currently in use.  The only correct answer is "VER".
  103.  
  104.  
  105. 7  Create a subdirectory - Basic
  106.  
  107. The user will be asked to create a subdirectory called "QUIZ".  DOS Quiz accepts
  108. all valid forms of this command: "MD QUIZ", "MD \QUIZ", "MD .\QUIZ", and all the
  109. preceding commands with the MKDIR command substituting for MD.
  110.  
  111.  
  112. 8  Change the current working directory - Basic
  113.  
  114. The user will be asked to change into the QUIZ directory just created.  All
  115. valid forms of this command are accepted:  "CD QUIZ", "CD \QUIZ",  "CD .\QUIZ",
  116. and all of the preceding commands with CHDIR substituted for CD.
  117.  
  118.  
  119. 9  Copy a file from one directory to another - Basic
  120.  
  121. The user is asked to copy a file from one directory to the current directory. 
  122. The response is broken into three pieces.  The first piece must be "COPY".  The
  123. second piece can be "\DOC\TEST.DOC" or "..\DOC\TEST.DOC".  The third piece can
  124. be ".","TEST.DOC", "\QUIZ\TEST.DOC", ".\TEST.DOC", "\QUIZ\TEST.DOC", or
  125. "..\QUIZ\TEST.DOC".
  126.  
  127.  
  128. 10  Rename a file - Basic
  129.  
  130. The user is asked to rename the file TEST.DOC in the current directory to
  131. QUIZ.DOC.  The valid entries are:  "REN TEST.DOC QUIZ.DOC",
  132. "REN .\TEST.DOC QUIZ.DOC", and "REN \QUIZ\TEST.DOC QUIZ.DOC".  The longer form
  133. of REN, "RENAME", is also accepted.
  134.  
  135.  
  136. 11  Show the contents of a file onscreen - Basic
  137.  
  138. The user is asked to print out the contents of the file QUIZ.DOC to the screen. 
  139. The intent is to use the TYPE command in one of the following ways: 
  140. "TYPE QUIZ.DOC", "TYPE .\QUIZ.DOC", or "TYPE \QUIZ\QUIZ.DOC".  Though the
  141. command "COPY QUIZ.DOC CON" will work in DOS, it is not accepted by DOS Quiz.
  142.  
  143.  
  144. 12  Delete a file - Basic
  145.  
  146. The user is asked to delete the file QUIZ.DOC.  The valid answers are
  147. "DEL QUIZ.DOC", "DEL .\QUIZ.DOC", and "DEL \QUIZ\QUIZ.DOC".  The longer form of
  148. DEL, "ERASE", is also acceptable.
  149.  
  150.  
  151. 13  Make root directory current directory - Basic
  152.  
  153. The user is asked to change directories to the root (top) directory.  The valid
  154. answers are "CD \" and "CD ..".  The Longer form of CD, "CHDIR", is also
  155. acceptable.
  156.  
  157.  
  158. 14  Remove a directory - Basic
  159.  
  160. The user is asked to delete the QUIZ directory.  The user is told to assume that
  161. the directory is empty.  The valid responses are "RD QUIZ", "RD \QUIZ", and
  162. "RD .\QUIZ".  The longer form of RD, "RMDIR", is also allowed.
  163.  
  164.  
  165. 15  Format a diskette - Basic
  166.  
  167. The user is asked to assume that there is a diskette in drive A.  The user is
  168. asked to type the command to format this diskette.  The only valid answer is
  169. "FORMAT A:".
  170.  
  171.  
  172. 16  Check a diskette - Advanced
  173.  
  174. The user is asked to type the command that will check the diskette in drive A. 
  175. The only valid answer is "CHKDSK A:".
  176.  
  177.  
  178. 17  Use F3 to repeat last command - Advanced
  179.  
  180. The user is asked to press one key that will recall the previous typed command. 
  181. The output from the "Check a diskette" question is shown on screen.  The only
  182. valid response is to press F3.
  183.  
  184.  
  185. 18  Copy a like diskette - Advanced
  186.  
  187. The user is told to copy the diskette in drive A to that in drive B.  The user
  188. is told to assume that the two drives are of the same type.  The only valid
  189. response is "DISKCOPY A: B:".
  190.  
  191.  
  192. 19  Show the DOS environment - Advanced
  193.  
  194. The user is told to type the command that will show all currently set DOS
  195. environment variables.  The only correct answer is "SET".
  196.  
  197.  
  198. 20  Set a DOS environment variable - Advanced
  199.  
  200. The user is asked to set an environment variable.  The only valid response is
  201. "SET WP=C:\WP".
  202.  
  203.  
  204.                               DOS QUIZ REGISTRATION
  205.  
  206.  
  207.                                   Registration
  208.  
  209. DOSQUIZ is shareware, and I retain all copyrights to the program.  If you use 
  210. and like DOSQUIZ, I request that you donate $15 to continue to use it.  If you 
  211. do, and also send a diskette (5¼ or 3½ Double or High density), I will include 
  212. any new version of DOSQUIZ, as well as any bonus utilities I have written at 
  213. that time.  Please enclose an extra $1 to cover postage, and be sure to enclose 
  214. your address. 
  215.  
  216. If you would like a customized version of DOSQUIZ, please contact me for a quote
  217. on time and cost (if any).  Registering your copy of DOS Quiz (and sending a
  218. diskette with your registration) will automatically get you the monochrome
  219. version of DOS Quiz.
  220.  
  221.  
  222. Steve Mount 
  223. RR 1 Box 320 
  224. Starksboro, VT  05487-9702 
  225.  
  226.  
  227. Contact me on CompuServe:  ID 73720,3404
  228.  
  229.  
  230. THE DOSQUIZ PROGRAM AND THIS MANUAL ARE COPYRIGHTED DOCUMENTS.  THE OWNER OF 
  231. THE COPYRIGHT GIVES OTHERS PERMISSION TO DISTRIBUTE UNALTERED COPIES OF THE 
  232. PROGRAM AND DOCUMENTATION TO OTHER INTERESTED PARTIES.  THIS PROGRAM IS NOT IN 
  233. THE PUBLIC DOMAIN.  IF YOU USE DOSQUIZ, PLEASE PAY THE REGISTRATION FEE.  IT 
  234. WILL ENSURE CONTINUED GROWTH OF THE PROGRAM FOR ALL USERS.
  235.  
  236.         DOSQUIZ AND DOCUMENTATION COPYRIGHT (C) 1991 BY STEVE MOUNT 
  237.                               ALL RIGHTS RESERVED. 
  238.  
  239.